communication/websocket/client

receive data on WebSocket in .NET

rule:
  meta:
    name: receive data on WebSocket in .NET
    namespace: communication/websocket/client
    authors:
      - mehunhoff@google.com
    scopes:
      static: function
      dynamic: span of calls
  features:
    - and:
      - api: System.Net.WebSockets.WebSocket::ReceiveAsync
      - optional:
        - match: connect to WebSocket server in .NET

last edited: 2026-05-15 14:05:49